Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:34

0001 #pragma once
0002 /**
0003 SDigestNP.hh
0004 ==============
0005 
0006 TODO: explore relocating this and SDigest functionality into NP.hh 
0007 
0008 **/
0009 
0010 struct NP ; 
0011 
0012 #include <string>
0013 #include "SYSRAP_API_EXPORT.hh"
0014 
0015 struct SYSRAP_API SDigestNP 
0016 {
0017     static std::string Item( const NP* a, int i=-1, int j=-1, int k=-1, int l=-1, int m=-1, int o=-1 );  
0018 }; 
0019 
0020 
0021